home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / functions.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  752 b   |  22 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. void DoAboutUIUCmail(void);
  3. MyWindowPtr DoComposeNew(short toWhom);
  4. short DoSendQueue(void);
  5. short SendTheQueue(void);
  6. void DoPageSetup(void);
  7. void DoQuit(void);
  8. void NotImplemented(void);
  9. void EmptyTrash(void);
  10. void AddSelectionAsTo(void);
  11. void AddStringAsTo(UPtr string);
  12. void ToMenusChanged(void);
  13. Boolean CloseAll(void);
  14. Boolean CloseAllBoxes(void);
  15. Boolean CloseAllMessages(void);
  16. void HelpRect(Rect *tipRect,short resSelect,short percentRight);
  17. void HelpRectString(Rect *tipRect,UPtr string,short percentRight);
  18. void HelpPict(Rect *tipRect,short resId,short percentRight);
  19. void DoHelp(MyWindowPtr win);
  20. void HandleWindowChoice(short item);
  21. short ChangePassword(void);
  22.